home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2008 February
/
PCWFEB08.iso
/
Software
/
Resources
/
Developers
/
XAMPP 1.5.4
/
Windows installer
/
xampp-win32-1.5.4-installer.exe
/
xampp
/
apache_stop.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
2005-07-08
|
128 b
|
7 lines
@echo off
apache\bin\pv -f -k apache.exe -q
if not exist apache\logs\httpd.pid GOTO exit
del apache\logs\httpd.pid
:exit